home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Guide.dxr / 00071.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  214 b   |  13 lines

  1. on exitFrame
  2.   global returnframe
  3.   set mousepos to point(the mouseH, the mouseV)
  4.   if not inside(mousepos, rect(0, 0, 320, 78)) then
  5.     go(returnframe)
  6.   end if
  7.   go(the frame)
  8. end
  9.  
  10. on idle
  11.   synchronizing()
  12. end
  13.